home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 260
- Top = 204
- Width = 347
- Height = 210
- Caption = 'HeapTest'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 16
- object Label1: TLabel
- Left = 5
- Top = 7
- Width = 62
- Height = 16
- Caption = 'DumpFile'
- end
- object Label2: TLabel
- Left = 8
- Top = 37
- Width = 74
- Height = 16
- Caption = 'SearchPath'
- end
- object ButtonMakeError: TButton
- Left = 69
- Top = 103
- Width = 201
- Height = 33
- Caption = 'Make HeapError'
- TabOrder = 0
- OnClick = ButtonMakeErrorClick
- end
- object ButtonShowError: TButton
- Left = 69
- Top = 140
- Width = 201
- Height = 33
- Caption = 'Show HeapError'
- TabOrder = 1
- OnClick = ButtonShowErrorClick
- end
- object Edit1: TEdit
- Left = 92
- Top = 3
- Width = 240
- Height = 24
- TabOrder = 2
- Text = 'DUMP.TXT'
- OnChange = Edit1Change
- end
- object Edit2: TEdit
- Left = 92
- Top = 33
- Width = 240
- Height = 24
- TabOrder = 3
- Text = 'C:\DELPHI\SOURCE\VCL;'
- OnChange = Edit2Change
- end
- object ButtonMakeInv: TButton
- Left = 68
- Top = 66
- Width = 201
- Height = 33
- Caption = 'Make invisible error'
- TabOrder = 4
- OnClick = ButtonMakeInvClick
- end
- end
-